github.com/andybalholm/brotli.distanceCode.nExtra (field)

5 uses

	github.com/andybalholm/brotli (current package)
		encoder.go#L148: 			if distCode.nExtra > 0 {
		encoder.go#L149: 				e.bw.writeBits(distCode.nExtra, distCode.extraBits)
		encoder.go#L165: 	nExtra    uint
		encoder_fast.go#L158: 			if distCode.nExtra > 0 {
		encoder_fast.go#L159: 				e.bw.writeBits(distCode.nExtra, distCode.extraBits)